home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global columnnum, ctime, leftclist
- if columnnum < 5 then
- rightcursorchange(1)
- set columnnum to columnnum + 1
- columnset(columnnum)
- updateStage()
- else
- cursor(-1)
- initcursor()
- go("start")
- end if
- repeat while the stillDown
- if columnnum < 5 then
- rightcursorchange(1)
- set columnnum to columnnum + 1
- columnset(columnnum)
- updateStage()
- next repeat
- end if
- cursor(-1)
- initcursor()
- go("start")
- end repeat
- end
-